home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 March / macformat-101.iso / mac / Shareware / SwitchRes 2.4.2 / Scripts Examples / Change Resolution next >
Encoding:
Text File  |  1999-11-09  |  197 b   |  4 lines  |  [TEXT/ToyS]

  1. tell application "SwitchRes"
  2.     set a to first mode of display 1 whose supported depths contains 16 and size > {640, 480} and frequency is greater than 60
  3.     set current mode of display 1 to a
  4. end tell